home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 June: Reference Library / Dev.CD Jun 96 RL / Dev.CD Jun 96 RL.toast / Technical Documentation / develop / develop Issue 24 / develop Issue 24 code / Scriptable Database 1.0a15 / Scripting / ScriptErrors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-19  |  191 b   |  13 lines  |  [TEXT/CWIE]

  1.  
  2. #ifndef __SCRIPTERRORS__
  3. #define __SCRIPTERRORS__
  4.  
  5. class TDescriptor;
  6. class TAEvent;
  7.  
  8. #include <Types.h>
  9.  
  10. void ProcessError(OSErr err, TDescriptor& offendingObject, TAEvent& reply);
  11.  
  12. #endif
  13.